home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-11-28 | 2.9 KB | 56 lines | [TEXT/MPS ] |
- APISampleGuide Release Notes
- John Powers
-
- Most recent release comments first:
-
- 24-Aug-94 1.1d1e3 JRP Change global gAGuideAvailable to static TApp::fgAGuideAvailable.
- Change Apple Guide Gestalt check so that it works with CW4.
- Bring into sync with 1.0d3e1 (develop article CD update).
- The PowerPC-native APISampleGuide (APISampleGuideCWPPC) crashes when
- TContext::ReplyToContext is called by Apple Guide. This is
- a known problem with Apple Guide 1.2. "Context handlers crash
- when they are used by a PowerPC-native application (1182640)."
- 23-Aug-94 1.1d1e2 JRP Beta SDK release.
- Add && !__MWERKS__ to #if __powerc for Metrowerks.
- Convert PLstrcpy and PLstrcat to BlockMoveData.
- Still not working quite right. Problems in AGFile?
- 26-May-94 1.1d1e1 JRP Make APISampleGuide fat including:
- Major revisions to Make file to build fat application.
- Use low memory accessors for SFSaveDisk and CurDirStore
- Use NewAEEventHandlerProc for Apple Event handler
- Use STR# for DBInfo strings.
- Use PPCCIncludes, add more includes (EG LowMem.h)
- Add "QDGlobals qd;" inside #ifdef __powerc to provide qd reference.
- Cast pascal string constants to const unsigned char*.
- Use NewDeviceLoopDrawingProc for DeviceLoop drawing callback.
- TApplication library:
- Major revisions to Make file to build PowerPC and 68K libraries.
- Drop (ResumeProcPtr) from InitDialogs parameter.
- Remove HandleObject from TApplication and TDocument.
- Make IsTrapAvailable PPC-save.
- Remove ModalFilterProcPtr cast from Alert (or use NewModalFilterProc).
- Use NewCoachReplyProc instead of CoachReplyProcPtr.
- Use NewContextReplyProc instead of ContextReplyProcPtr.
- Remove Creator(0) from UApp.r.
- Change ID numbers in AutoStartALRT.rsrc to avoid duplicates.
- Add cfrg.r and merge.r.
- 17-Mar-94 1.0d1e5 JRP Use kAGFrontDatabase (Apple Guide 1.2b6)
- 14-Mar-94 1.0d1e4 JRP Improve tracking of open databases.
- Make AlertIfError and support functions global.
- Add AlertIfError for button and hot-key database opens.
- 13-Mar-94 1.0d1e3 JRP Add check for open database in idle loop.
- Display open window status in miscellaneous feedback.
- Delete unused constants.
- Add "Assistant" button in Feedback window.
- Move all tracking of preset guide file and refNum to TApp.
- 09-Mar-94 1.0d1e2 JRP Correct text in Alert from "Apple Help" to "Apple Guide".
- Correct BNDL signature from 'MoH1' to 'MoG1'.
- Fix AG install check in TAStart::AttemptAutoStart.
- Add check for AG install in kAEOpenApplication handler.
- Enable the "Add Databases" menu item (iFile).
- Add Finder Balloon resource (hfdr).
- Add Apple event terminology resource (aete).
- Enable all database items added to the APISampleGuide menu.
- 05-Mar-94 1.0d1e1 JRP Pre-release preview for develop.
-
-